From d3ae8fb2a64dfe46fe8d1d844c1aba6da5ed1b3f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 03:05:41 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-03-17 -> 0-unstable-2026-03-28 --- 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 763846e2615c..8d59e491020d 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-17"; + version = "0-unstable-2026-03-28"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "baafb100b487f2ac06f9e78ac322e3ecf36b8924"; - hash = "sha256-46hVbQN8QO1FNm56wJ7Q323blUWV9sn529tMwdAOhW8="; + rev = "7290e95232faacb0c31b0b12cb0884bb9f6e8cfc"; + hash = "sha256-vYryEUrYauVGGjmePCUnGdCpOGKUFxSI4tkFCt7wKs8="; }; makefile = "Makefile";