diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1093350b23e8a3f7409faf898ebe7400b7aa5cec..87a6ebd3ae2797b25a3eaadf48b96b5cc30aa0ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -335,7 +335,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        8841d5f00647a33f0f6efc1ada5c4e90fc235625
+		GIT_TAG        729d9b086d645799dda2a803c64e5b72d5e1959d
 		)
 	FetchContent_MakeAvailable(MatrixClient)
 else()