From d0add561315f4daf01b278ab90a46934cf705511 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 6 Apr 2025 22:25:48 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-03-26 -> 0-unstable-2025-04-05 --- pkgs/applications/emulators/libretro/cores/fbneo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index cdb81f37a905..9564ccde7b29 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2025-03-26"; + version = "0-unstable-2025-04-05"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "ad3b6536f57ec189defabc8aa0fe9d854d167d67"; - hash = "sha256-Nyzzr6XFQmtRVWxATIIONn3tnwwS6jLbbwHxoYXUDGU="; + rev = "c21c0a0393a1cc68db7250022d18039a30de51f4"; + hash = "sha256-AZyYUftVHlxR+QHCsIcNI2hTIEDYeInYPdmum++EtpU="; }; makefile = "Makefile";