From f7de8ec88d5615bab49a5adf58210188a37adbd6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 20:26:32 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-04-14 -> 0-unstable-2026-04-21 --- 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 9c6d23f2df54..446ddad877a8 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-04-14"; + version = "0-unstable-2026-04-21"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "e869c6a2033b135e7fcbea4a50695e97755feae1"; - hash = "sha256-YIva50UWylsDmAaJZI85LCphrgjh7jDYQZkpAlQr1HM="; + rev = "5cd2221d04fef37ef2f99793acc100b445691612"; + hash = "sha256-uv7MKLlHzTWSeGd0SRCfF+4S+SiJeZny0OerU1MbWOI="; }; makefile = "Makefile";