From 46ad9228f94beb3b6cf2db72f64d209e20e1db4a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 1 Jan 2026 05:21:47 +0000 Subject: [PATCH] libretro.freeintv: 0-unstable-2025-11-11 -> 0-unstable-2025-12-26 --- pkgs/applications/emulators/libretro/cores/freeintv.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";