From 110e632d0845f81a1a5338ee6eb6b5b83332d2f9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 12 Mar 2026 02:04:05 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-03-03 -> 0-unstable-2026-03-08 --- 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 6426b0b10a84..f23de62ad3ae 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-2026-03-03"; + version = "0-unstable-2026-03-08"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "7706b59fecf5a8ef81190d8d7e0abe3b08ce6d22"; - hash = "sha256-D2PB2vaq1HpHAE0/c5I9YxwFPS8QQ4hSRuKu5xzJR/k="; + rev = "14ff80a2e0611d039321a3ac0dd76bf6b4e3210f"; + hash = "sha256-L6KYyEb95L9rDnaMVh49afaWxsshTy3eujsTQWbPfl0="; }; makefile = "Makefile";