From 1c11125ab417f8b6c32eaa5bfdaf4ca250db0d5e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jun 2026 20:58:25 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-06-12 -> 0-unstable-2026-06-22 --- 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 4b8dead1bf79..6e71db343745 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-06-12"; + version = "0-unstable-2026-06-22"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "9723c47c2d782ccb8cf48f96568a89a44631e6ba"; - hash = "sha256-zYIC0up0tkvq0TLjSiypxwSTYAF1XnmHXsUTKsUQejA="; + rev = "845a1fd30f895ab69669f03c97eb5cfbf0f8d97a"; + hash = "sha256-fy6LSeOlIQkrLGnMQhXSR4EwC+4crAirQKnWt+7S1cI="; }; makefile = "Makefile";