diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml
index 4222e548fb59a6829b3d0005e58effbecf8f3c88..4d11ecab49ee50729c553da0e4aaf5178996eea3 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -45,7 +45,7 @@ features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"]
 [package.metadata.vcpkg]
 dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
 git = "https://github.com/microsoft/vcpkg"
-rev = "2023.12.12"
+rev = "2023.08.09"
 
 # If you face issues with the SDL2 libraries linking process
 # try to use the following revision instead