From bcf2f0449891341d054135641b83e1d25485f50b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 4 Mar 2026 01:14:27 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-02-18 -> 0-unstable-2026-03-03 --- 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 6cf85c4655e8..6426b0b10a84 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-02-18"; + version = "0-unstable-2026-03-03"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "8046cc52643861f9af98b563477de6243b4fdd9b"; - hash = "sha256-hG0jAc4bMD334rPmUuj17OriGYynffZDhdhbHoDZYh4="; + rev = "7706b59fecf5a8ef81190d8d7e0abe3b08ce6d22"; + hash = "sha256-D2PB2vaq1HpHAE0/c5I9YxwFPS8QQ4hSRuKu5xzJR/k="; }; makefile = "Makefile";