From 8af7b198e4a013bccc0aa1c764cf3964268a2d78 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Mar 2025 00:29:14 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-01-13 -> 0-unstable-2025-03-11 --- 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 f79befb2cb64..4178fc178a32 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-01-13"; + version = "0-unstable-2025-03-11"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "274cdf95a16981c130015a8b4808a95ef5b46203"; - hash = "sha256-BS+Siam2jz6mFDz0mtvWH3+Is3Il78UbWkCh2f+DSAE="; + rev = "0bf8e4482caf9c18fcd74b3ddd2d7eaaf32ff8ef"; + hash = "sha256-vIC1S57z+agpuaY7wb5bVAppsZkxCQGEnQteiHu0Y34="; }; makefile = "Makefile";