From 312bedfad6bbbc46a1a72aa3ecbdb466f2f49ce1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 12:43:42 +0000 Subject: [PATCH] libretro.freeintv: 0-unstable-2024-10-21 -> 0-unstable-2025-03-05 --- 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 048d09cf1240..c0f4ca005ae0 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-2024-10-21"; + version = "0-unstable-2025-03-05"; src = fetchFromGitHub { owner = "libretro"; repo = "freeintv"; - rev = "beab9af119fc117833d2d866d8d4ea0857ec0236"; - hash = "sha256-+3hF7OZ2OD8K3OsvzJ3+Nn3DwC7PfD+Mr3Ku2/W/fDQ="; + rev = "6efc4b8fd4c7423ec1f5ff1913b854529135b565"; + hash = "sha256-B5GEzI/U/F0IsppdOx5znu+4LdZOxQLcGAez+oR2PCI="; }; makefile = "Makefile";