From a5b87cad072864dcac0ce77898f3afd71a257423 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 May 2026 12:59:48 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-05-09 -> 0-unstable-2026-05-18 --- 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 08984bdd5b9c..4b7600339804 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-05-09"; + version = "0-unstable-2026-05-18"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "776ae715211d3ef2413b2828e9e9d50d869a6822"; - hash = "sha256-NgPs8H8/ysD18J2G9StaLM5e05EzgjLW8c2kTrcOXZI="; + rev = "1a2d079aac28c540c20a9e4cac87bb02021c3eec"; + hash = "sha256-4q1q20Us7HVZr2CWsqujQWiqryc/xS9/bVBt/x7Y5H8="; }; makefile = "Makefile";