From 6b86a5d6bb31bf16f54373a3ccba2a86751bbedb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 26 Mar 2025 22:57:56 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-03-11 -> 0-unstable-2025-03-26 --- 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 4178fc178a32..cdb81f37a905 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-11"; + version = "0-unstable-2025-03-26"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "0bf8e4482caf9c18fcd74b3ddd2d7eaaf32ff8ef"; - hash = "sha256-vIC1S57z+agpuaY7wb5bVAppsZkxCQGEnQteiHu0Y34="; + rev = "ad3b6536f57ec189defabc8aa0fe9d854d167d67"; + hash = "sha256-Nyzzr6XFQmtRVWxATIIONn3tnwwS6jLbbwHxoYXUDGU="; }; makefile = "Makefile";