From 0b48ed6e6681ac17ab2895c596d826a7ee2209c4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Nov 2025 20:35:26 +0000 Subject: [PATCH] libretro.freeintv: 0-unstable-2025-03-05 -> 0-unstable-2025-11-11 --- 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 c0f4ca005ae0..e09316233333 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-03-05"; + version = "0-unstable-2025-11-11"; src = fetchFromGitHub { owner = "libretro"; repo = "freeintv"; - rev = "6efc4b8fd4c7423ec1f5ff1913b854529135b565"; - hash = "sha256-B5GEzI/U/F0IsppdOx5znu+4LdZOxQLcGAez+oR2PCI="; + rev = "1b51f41238ef9691d9fe16722f7d093bb6a6e379"; + hash = "sha256-kuznjK9HnqR42Cuz6bmUhEUnerrWb5VIvkiU0p//ecw="; }; makefile = "Makefile";