diff --git a/Bheithir.csproj b/Bheithir.csproj
index e17ff2f..b6cbbce 100644
--- a/Bheithir.csproj
+++ b/Bheithir.csproj
@@ -2,7 +2,7 @@
Exe
- net5.0
+ net8.0
diff --git a/emulators/Fceux.cs b/emulators/Fceux.cs
index 5ce126d..1f3cc86 100644
--- a/emulators/Fceux.cs
+++ b/emulators/Fceux.cs
@@ -11,7 +11,7 @@ class Fceux : Presence
public Fceux()
{
DiscordAppId = "693692813321437247";
- ProcessName = "fcuex";
+ ProcessName = "fceux";
WindowPattern = new Regex("(:\\s)+", RegexOptions.Compiled);
}