diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index e8d1f4bec8dd..e24b389d1c35 100644 --- a/pkgs/applications/emulators/libretro/cores/puae.nix +++ b/pkgs/applications/emulators/libretro/cores/puae.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "puae"; - version = "0-unstable-2025-06-14"; + version = "0-unstable-2025-07-10"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "3eece7a5447fde5ddf12be11bb5cb421d8fd8f97"; - hash = "sha256-NpCbeHcziBMw5IQ/8hD9cYq9zIAMd4H0OCpK8TydieA="; + rev = "c59492b07f7c586064692110e8138c83ed8bc7c7"; + hash = "sha256-ijcajte446DSjD2vJ7PNdD6Zr9Wj39kEw844g1VARJw="; }; makefile = "Makefile";