The document presents a novel parallel algorithmic framework for updating single-source shortest paths (SSSP) in large-scale dynamic networks, addressing gaps in existing static graph SSSP algorithms. It leverages a rooted tree data structure to identify and update only the affected subgraphs, demonstrating significant scalability and execution time benefits over traditional recomputation methods. Experimental results on both GPU and shared-memory platforms show up to 5.6x performance improvements compared to state-of-the-art implementations.