From a570df6050ac98bb9d6f2f1e0e7ee4aba2394f73 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Mar 2026 01:24:27 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-03-08 -> 0-unstable-2026-03-17 --- 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 f23de62ad3ae..763846e2615c 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-08"; + version = "0-unstable-2026-03-17"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "14ff80a2e0611d039321a3ac0dd76bf6b4e3210f"; - hash = "sha256-L6KYyEb95L9rDnaMVh49afaWxsshTy3eujsTQWbPfl0="; + rev = "baafb100b487f2ac06f9e78ac322e3ecf36b8924"; + hash = "sha256-46hVbQN8QO1FNm56wJ7Q323blUWV9sn529tMwdAOhW8="; }; makefile = "Makefile";