diff --git a/SuperBuild/CMake/External_shark.cmake b/SuperBuild/CMake/External_shark.cmake
index 547eb6ce378f3f511d6525bb98e3bf4ea594cccb..5a3c6d0a74dc94cf5d0a477a7946882fedabf589 100644
--- a/SuperBuild/CMake/External_shark.cmake
+++ b/SuperBuild/CMake/External_shark.cmake
@@ -30,8 +30,8 @@ ADD_SUPERBUILD_CMAKE_VAR(SHARK BOOST_LIBRARYDIR)
 
 ExternalProject_Add(SHARK
   PREFIX SHARK
-  URL "https://github.com/Shark-ML/Shark/archive/75eac83266e3713e00af2d1ca1264fc6e44322b8.zip"
-  URL_MD5 bfbdf1fe8e0563dbf8af87da9419dc0f
+  URL "https://github.com/Shark-ML/Shark/archive/a48155fb9ce2f01b33d958ec6a3aaf115f330fbf.zip"
+  URL_MD5 a43fb09673b7a99f83b4bcf88dc5a109
   SOURCE_DIR ${SHARK_SB_SRC}
   BINARY_DIR ${SHARK_SB_BUILD_DIR}
   INSTALL_DIR ${SB_INSTALL_PREFIX}