diff --git a/pkgs/applications/emulators/libretro/cores/freeintv.nix b/pkgs/applications/emulators/libretro/cores/freeintv.nix index e09316233333..ad2b5638a110 100644 --- a/pkgs/applications/emulators/libretro/cores/freeintv.nix +++ b/pkgs/applications/emulators/libretro/cores/freeintv.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "freeintv"; - version = "0-unstable-2025-11-11"; + version = "0-unstable-2025-12-26"; src = fetchFromGitHub { owner = "libretro"; repo = "freeintv"; - rev = "1b51f41238ef9691d9fe16722f7d093bb6a6e379"; - hash = "sha256-kuznjK9HnqR42Cuz6bmUhEUnerrWb5VIvkiU0p//ecw="; + rev = "df5a5312985b66b1ec71b496868641e40b7ad1c9"; + hash = "sha256-xpcDAvxHvnuiQiWBYSwPKGE+Zg1lcs/6L4hMhpb1G1g="; }; makefile = "Makefile";