From cffa81975f3326538c5ed2fc934eab73e812fc9a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Apr 2026 07:33:45 +0000 Subject: [PATCH] libretro.freeintv: 0-unstable-2026-02-24 -> 0-unstable-2026-03-31 --- 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 ad091224dae7..6a71fc1581a6 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-2026-02-24"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "freeintv"; - rev = "0e0e58503386304c5e7ac860c135583bc52e2e49"; - hash = "sha256-uRkLF3LSiAMV/k8R8PuE0QZUnc1YEYe0rmccQz6H43A="; + rev = "9b66d2b3c3406659b2fdfaade7a80f3e62772815"; + hash = "sha256-rJatbYyrS9vkGT8+jty80rPkcGGCV9enW5L40NeFwlE="; }; makefile = "Makefile";