From 0a402a22c13713de44e331dae1d765989286e64e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 23 Feb 2026 14:48:40 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-02-15 -> 0-unstable-2026-02-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 108f885bb917..6cf85c4655e8 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-15"; + version = "0-unstable-2026-02-18"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "946de34101cd59701d66a8d2ec38394a6057740f"; - hash = "sha256-Alzl84MAkSAr8CkqursthVc1eWn7McsNangjxFAaAQA="; + rev = "8046cc52643861f9af98b563477de6243b4fdd9b"; + hash = "sha256-hG0jAc4bMD334rPmUuj17OriGYynffZDhdhbHoDZYh4="; }; makefile = "Makefile";